qt5/base: prepare for own mkspec file for taregt specific host builds
authorMirko Vogt <[email protected]>
Sun, 18 May 2025 16:24:54 +0000 (16:24 +0000)
committerMirko Vogt <[email protected]>
Thu, 22 May 2025 10:58:15 +0000 (10:58 +0000)
commit45d8e4b6a78c922d43985b7a1315c2035d6c3464
treee51260d98d6357e66256794b3472f92e242a8448
parente536bd591197e4bcf9ada3f8fc3ee26667b03635
qt5/base: prepare for own mkspec file for taregt specific host builds

This is trying to address the following issue: We pass variables to
qmake which get appended to qmake specific vars in mkspecs/*/qmake.conf.
However projects might invoke qmake once again, however without passing
respective variables along.
We might need to consider hard-coding the flags inside qmake.conf.
frameworks/qt5/qmake.mk
frameworks/qt5/qt5base/Makefile
frameworks/qt5/qt5base/files/mkspecs/linux-openwrt-host-g++/qmake.conf [new file with mode: 0644]
frameworks/qt5/qt5base/files/mkspecs/linux-openwrt-host-g++/qplatformdefs.h [new file with mode: 0644]